home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
libx11
/
include
/
x11
/
xlocale.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
672b
|
44 lines
/* $XConsortium: Xlocale.h,v 1.8 91/04/10 10:41:17 rws Exp $ */
#ifndef _XLOCALE_H_
#define _XLOCALE_H_
#include <X11/Xfuncproto.h>
#include <X11/Xosdefs.h>
#ifndef X_LOCALE
#ifdef X_NOT_STDC_ENV
#define X_LOCALE
#endif
#endif
#ifndef X_LOCALE
#include <locale.h>
#else
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
_XFUNCPROTOBEGIN
extern char *_Xsetlocale(
#if NeedFunctionPrototypes
int /* category */,
_Xconst char* /* name */
#endif
);
_XFUNCPROTOEND
#define setlocale _Xsetlocale
#ifndef NULL
#define NULL 0
#endif
#endif /* X_LOCALE */
#endif /* _XLOCALE_H_ */